home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / sound / rsynth22.zip / SAY.H < prev    next >
C/C++ Source or Header  |  1994-11-08  |  563b  |  12 lines

  1. /* $Id: say.h,v 1.13 1994/11/08 13:30:50 a904209 Exp a904209 $
  2. */
  3. extern unsigned xlate_string PROTO((char *string,darray_ptr phone));
  4. extern void say_string PROTO((char *s));
  5. extern char *concat_args PROTO((int argc,char *argv[]));
  6. extern int suspect_word PROTO((char *s,int n));
  7. extern void say_phones PROTO((char *phone,int len, int verbose));
  8. extern unsigned spell_out PROTO((char *word,int n,darray_ptr phone));
  9. extern unsigned xlate_ordinal PROTO((long int value,darray_ptr phone));
  10. extern unsigned xlate_cardinal PROTO((long int value,darray_ptr phone));
  11.  
  12.